toggle menu
Spring Boot Kotlin API
4.0.0-M3
jvm
switch theme
search in API
Spring Boot Kotlin API
/
org.springframework.boot.docs.testing.springbootapplications.withrunningserver
Package-level
declarations
Types
Types
My
Random
Port
Test
Rest
Template
Tests
Link copied to clipboard
@
SpringBootTest
(
webEnvironment
=
SpringBootTest.WebEnvironment.RANDOM_PORT
)
class
MyRandomPortTestRestTemplateTests
My
Random
Port
Web
Test
Client
Tests
Link copied to clipboard
@
SpringBootTest
(
webEnvironment
=
SpringBootTest.WebEnvironment.RANDOM_PORT
)
class
MyRandomPortWebTestClientTests